[INFO] fetching crate hayabusa-instruction-attribute-macro 0.1.0...
[INFO] testing hayabusa-instruction-attribute-macro-0.1.0 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate hayabusa-instruction-attribute-macro 0.1.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate hayabusa-instruction-attribute-macro 0.1.0
[INFO] finished tweaking crates.io crate hayabusa-instruction-attribute-macro 0.1.0
[INFO] tweaked toml for crates.io crate hayabusa-instruction-attribute-macro 0.1.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate hayabusa-instruction-attribute-macro 0.1.0 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hayabusa-instruction-attribute-macro 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7187ef0a3594e4be002fc0f7c2a6163b6d3821a0ff0a1fca561e05a6062a6222
[INFO] running `Command { std: "docker" "start" "-a" "7187ef0a3594e4be002fc0f7c2a6163b6d3821a0ff0a1fca561e05a6062a6222", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7187ef0a3594e4be002fc0f7c2a6163b6d3821a0ff0a1fca561e05a6062a6222", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7187ef0a3594e4be002fc0f7c2a6163b6d3821a0ff0a1fca561e05a6062a6222", kill_on_drop: false }`
[INFO] [stdout] 7187ef0a3594e4be002fc0f7c2a6163b6d3821a0ff0a1fca561e05a6062a6222
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 75dc442ca730e6f7dc724dbed158a86289e29ec76e0eef573c79d27c7840f822
[INFO] running `Command { std: "docker" "start" "-a" "75dc442ca730e6f7dc724dbed158a86289e29ec76e0eef573c79d27c7840f822", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling hayabusa-instruction-attribute-macro v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `syn::FnArg`, `syn::ItemFn`, `syn::Pat`, `syn::PatIdent`, `syn::PatType`
[INFO] [stdout]    --> src/lib.rs:8:24
[INFO] [stdout]     |
[INFO] [stdout]   8 |     parse_macro_input, FnArg, Ident, ItemFn, Pat, PatIdent, PatType, ReturnType, Type, LitStr,
[INFO] [stdout]     |                        ^^^^^         ^^^^^^  ^^^  ^^^^^^^^  ^^^^^^^ no `PatType` in the root
[INFO] [stdout]     |                        |             |       |    |
[INFO] [stdout]     |                        |             |       |    no `PatIdent` in the root
[INFO] [stdout]     |                        |             |       no `Pat` in the root
[INFO] [stdout]     |                        |             no `ItemFn` in the root
[INFO] [stdout]     |                        no `FnArg` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs:426:5
[INFO] [stdout]     |
[INFO] [stdout] 423 | #[cfg(feature = "full")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `full` feature
[INFO] [stdout] ...
[INFO] [stdout] 426 |     FnArg, ForeignItem, ForeignItemFn, ForeignItemMacro, ForeignItemStatic, ForeignItemType,
[INFO] [stdout]     |     ^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs:428:43
[INFO] [stdout]     |
[INFO] [stdout] 423 | #[cfg(feature = "full")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `full` feature
[INFO] [stdout] ...
[INFO] [stdout] 428 |     ItemConst, ItemEnum, ItemExternCrate, ItemFn, ItemForeignMod, ItemImpl, ItemMacro, ItemMod,
[INFO] [stdout]     |                                           ^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs:483:15
[INFO] [stdout]     |
[INFO] [stdout] 480 | #[cfg(feature = "full")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `full` feature
[INFO] [stdout] ...
[INFO] [stdout] 483 |     FieldPat, Pat, PatConst, PatIdent, PatLit, PatMacro, PatOr, PatParen, PatPath, PatRange,
[INFO] [stdout]     |               ^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs:483:30
[INFO] [stdout]     |
[INFO] [stdout] 480 | #[cfg(feature = "full")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `full` feature
[INFO] [stdout] ...
[INFO] [stdout] 483 |     FieldPat, Pat, PatConst, PatIdent, PatLit, PatMacro, PatOr, PatParen, PatPath, PatRange,
[INFO] [stdout]     |                              ^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.111/src/lib.rs:484:75
[INFO] [stdout]     |
[INFO] [stdout] 480 | #[cfg(feature = "full")]
[INFO] [stdout]     |       ---------------- the item is gated behind the `full` feature
[INFO] [stdout] ...
[INFO] [stdout] 484 |     PatReference, PatRest, PatSlice, PatStruct, PatTuple, PatTupleStruct, PatType, PatWild,
[INFO] [stdout]     |                                                                           ^^^^^^^
[INFO] [stdout] help: a similar name exists in the module
[INFO] [stdout]     |
[INFO] [stdout]   8 |     parse_macro_input, FnArg, Ident, ItemFn, Path, PatIdent, PatType, ReturnType, Type, LitStr,
[INFO] [stdout]     |                                                 +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hayabusa-instruction-attribute-macro` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "75dc442ca730e6f7dc724dbed158a86289e29ec76e0eef573c79d27c7840f822", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "75dc442ca730e6f7dc724dbed158a86289e29ec76e0eef573c79d27c7840f822", kill_on_drop: false }`
[INFO] [stdout] 75dc442ca730e6f7dc724dbed158a86289e29ec76e0eef573c79d27c7840f822
